home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Imagine the Universe (9th Edition)
/
Imagine the Universe 9 - Disc 1.iso
/
pc
/
imagine
/
docs
/
features
/
news
/
popup.js
< prev
next >
Wrap
Text File
|
2004-03-01
|
203b
|
10 lines
<!--
function popupWindow(win,h,w) {
var options = 'height=' + h + ',width=' + w + ',resizable,scrollbars';
var newWindow = window.open(win,'newWindow',options)
newWindow.focus();
}
// -->